home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / eSkiMos R2 1.84 / eskimosr2.exe / {app} / eSkiMoS.exe / 0 / RCDATA / TSZABLONYFORM / TSZABLONYFORM.txt
Text File  |  2006-01-06  |  2KB  |  126 lines

  1. object SzablonyForm: TSzablonyForm
  2.   Left = 270
  3.   Top = 215
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'eSkiMoS R2 - Szablony'
  7.   ClientHeight = 304
  8.   ClientWidth = 465
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 8
  24.     Width = 47
  25.     Height = 13
  26.     Caption = 'Szablony:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 216
  30.     Top = 24
  31.     Width = 36
  32.     Height = 13
  33.     Caption = 'Nazwa:'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 216
  37.     Top = 72
  38.     Width = 30
  39.     Height = 13
  40.     Caption = 'Tre'#347#263':'
  41.   end
  42.   object ListaSzablonow: TListBox
  43.     Left = 16
  44.     Top = 24
  45.     Width = 185
  46.     Height = 249
  47.     Color = 15724527
  48.     ItemHeight = 13
  49.     Sorted = True
  50.     TabOrder = 0
  51.     OnClick = awClick
  52.     OnDblClick = WstawBtnClick
  53.   end
  54.   object NazwaSzablonu: TEdit
  55.     Left = 216
  56.     Top = 40
  57.     Width = 233
  58.     Height = 21
  59.     Color = 15724527
  60.     TabOrder = 1
  61.   end
  62.   object TrescSzablonu: TMemo
  63.     Left = 216
  64.     Top = 88
  65.     Width = 233
  66.     Height = 121
  67.     Color = 15724527
  68.     ScrollBars = ssVertical
  69.     TabOrder = 2
  70.   end
  71.   object DodajBtn: TButton
  72.     Left = 376
  73.     Top = 216
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'Dodaj'
  77.     TabOrder = 3
  78.     OnClick = DodajBtnClick
  79.   end
  80.   object UsunBtn: TButton
  81.     Left = 216
  82.     Top = 216
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'Usu'#324
  86.     TabOrder = 6
  87.     OnClick = UsunBtnClick
  88.   end
  89.   object WstawBtn: TButton
  90.     Left = 376
  91.     Top = 248
  92.     Width = 75
  93.     Height = 25
  94.     Caption = 'Wstaw'
  95.     TabOrder = 4
  96.     OnClick = WstawBtnClick
  97.   end
  98.   object AnulujBtn: TButton
  99.     Left = 296
  100.     Top = 248
  101.     Width = 75
  102.     Height = 25
  103.     Cancel = True
  104.     Caption = 'Anuluj'
  105.     ModalResult = 2
  106.     TabOrder = 7
  107.   end
  108.   object StatusBar1: TStatusBar
  109.     Left = 0
  110.     Top = 285
  111.     Width = 465
  112.     Height = 19
  113.     Panels = <>
  114.     SimplePanel = True
  115.   end
  116.   object ZmienBtn: TButton
  117.     Left = 296
  118.     Top = 216
  119.     Width = 75
  120.     Height = 25
  121.     Caption = 'Zmie'#324
  122.     TabOrder = 5
  123.     OnClick = ZmienBtnClick
  124.   end
  125. end
  126.